Changeset 2377:e2c358189e6c for admin
- Timestamp:
- 10/15/13 18:18:02 (12 years ago)
- Branch:
- 2.6
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2362 r2377 84 84 # -- Execute actions -- 85 85 try { 86 $list->doActions( 'themes');86 $list->doActions(); 87 87 } 88 88 catch (Exception $e) { -
admin/plugins.php
r2354 r2377 59 59 # -- Execute actions -- 60 60 try { 61 $list->doActions( 'plugins');61 $list->doActions(); 62 62 } 63 63 catch (Exception $e) {
Note: See TracChangeset
for help on using the changeset viewer.