Changeset 2338 for plugins/pollsFactory/_prepend.php
- Timestamp:
- 06/09/10 03:12:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pollsFactory/_prepend.php
r2139 r2338 12 12 13 13 if (!defined('DC_RC_PATH')){return;} 14 15 global $core, $_autoload; 16 $core->blog->settings->addNamespace('pollsFactory'); 14 17 15 18 # Shortcuts for advanced actions … … 28 31 $core->setPostType('pollsfactory','plugin.php?p=pollsFactory&tab=poll&id=%s',$core->url->getBase('pollsFactoryPage').'/%s'); 29 32 # Add pollsFactory reports on plugin activityReport 30 if (defined('ACTIVITY_REPORT')) { 33 if (defined('ACTIVITY_REPORT')) 34 { 31 35 require_once dirname(__FILE__).'/inc/lib.pollsfactory.activityreport.php'; 32 36 }
Note: See TracChangeset
for help on using the changeset viewer.