Changeset 3874:ab8368569446 for admin/plugin.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugin.php
r3731 r3874 17 17 18 18 if ($popup) { 19 $open_f = array('dcPage', 'openPopup');20 $close_f = array('dcPage', 'closePopup');19 $open_f = ['dcPage', 'openPopup']; 20 $close_f = ['dcPage', 'closePopup']; 21 21 } else { 22 $open_f = array('dcPage', 'open');23 $close_f = array('dcPage', 'close');22 $open_f = ['dcPage', 'open']; 23 $close_f = ['dcPage', 'close']; 24 24 } 25 25 … … 85 85 call_user_func($open_f, __('Plugin not found'), '', 86 86 dcPage::breadcrumb( 87 array(87 [ 88 88 __('System') => '', 89 89 __('Plugin not found') => '' 90 ))90 ]) 91 91 ); 92 92
Note: See TracChangeset
for help on using the changeset viewer.