Changeset 946 for trunk/engine/modules/plugin/Plugin.class.php
- Timestamp:
- 06/23/10 12:23:59 (2 years ago)
- Files:
-
- 1 modified
-
trunk/engine/modules/plugin/Plugin.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/modules/plugin/Plugin.class.php
r939 r946 156 156 */ 157 157 if(defined('LS_VERSION') 158 and version_compare(LS_VERSION, $aPlugins[$sPlugin]['property']->requires->livestreet,'=<')) {158 and version_compare(LS_VERSION,(string)$aPlugins[$sPlugin]['property']->requires->livestreet,'<')) { 159 159 $this->Message_AddError( 160 160 $this->Lang_Get(
