Changeset 3459:be4854244a98 for inc/admin
- Timestamp:
- 12/18/16 12:18:09 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3458 r3459 269 269 270 270 # --BEHAVIOR-- adminPageNotificationError 271 $notice_error = $core->callBehavior('adminPageNotificationError',$core ->error);271 $notice_error = $core->callBehavior('adminPageNotificationError',$core,$core->error); 272 272 273 273 if (isset($notice_error) && !empty($notice_error)) { … … 286 286 287 287 # --BEHAVIOR-- adminPageNotification 288 $notice = $core->callBehavior('adminPageNotification',$ notification);288 $notice = $core->callBehavior('adminPageNotification',$core,$notification); 289 289 290 290 $res .= (isset($notice) && !empty($notice) ? $notice : self::getNotification($notification));
Note: See TracChangeset
for help on using the changeset viewer.