Changeset 10494
- Timestamp:
- Jan 27, 2009, 2:40:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/lib/task/opPluginDefineTask.class.php
r10003 r10494 40 40 if (!$info) 41 41 { 42 throw new sfException(sprintf('Plugin "%s" is not registered in %s.', $pluginName, opPluginManager::OPENPNE_PLUGIN_CHANNEL)); 42 $info = array( 43 'n' => $pluginName, 44 'c' => opPluginManager::OPENPNE_PLUGIN_CHANNEL, 45 'l' => 'Apache 2.0', 46 's' => ' ', 47 'd' => ' ', 48 ); 43 49 } 44 50
Note: See TracChangeset
for help on using the changeset viewer.