Changeset 1372 for trunk/metabbs/core/plugin.php
- Timestamp:
- 2009년 01월 09일 21시 19분 18초 (3 years ago)
- File:
-
- 1 edited
-
trunk/metabbs/core/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/metabbs/core/plugin.php
r1371 r1372 14 14 if ($plugin->enabled) { 15 15 $plugin->on_init(); 16 if ($plugin->version > $plugin->installed_version) 16 if (isset($plugin->installed_version) && 17 $plugin->version > $plugin->installed_version) 17 18 $plugin->on_update(); 18 19 }
Note: See TracChangeset
for help on using the changeset viewer.
