Changeset 1152
- Timestamp:
- 09/25/08 19:38:32 (2 months ago)
- Files:
-
- trunk/lib/AkPlugin/AkPluginManager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/AkPlugin/AkPluginManager.php
r907 r1152 215 215 function guessBestInstallMethod($options = array()) 216 216 { 217 if(defined('AK_BEST_PLUGIN_INSTALL_METHOD') && in_array(AK_BEST_PLUGIN_INSTALL_METHOD, 218 array('local directory', 'checkout', 'export', 'http'))){ 219 return AK_BEST_PLUGIN_INSTALL_METHOD; 220 } 217 221 if(!empty($options['parameters']) && is_dir($options['parameters'])){ 218 222 return 'local directory';
