fixing the problem for calls like ./mind instead of simply mind

Esse commit está contido em:
Felipe Nascimento de Moura
2011-06-10 01:40:17 -03:00
commit f935f10b4f
+2 -2
Ver Arquivo
@@ -217,10 +217,10 @@
* Constructor
*/
public function Mind(){
if(isset($GLOBALS['_MIND']))
/*if(isset($GLOBALS['_MIND']))
{
return $GLOBALS['_MIND'];
}
}*/
$path= _MINDSRC_;
Mind::$projectsDir= $path.PROJECTS_DIR;
Mind::$modelsDir= $path.MODELS_DIR;