Skip to content
Snippets Groups Projects
Commit 3f8b6fbd authored by alvaro's avatar alvaro
Browse files

small bug

parent 7b7858b3
No related branches found
No related tags found
No related merge requests found
......@@ -471,8 +471,9 @@ class Utils{
}
}else{
if(strpos('endpoint.', $modelFile) == 0){
Logging::log("$modelFile is a directory, will process it later", E_USER_NOTICE);
if($conf['debug']){
Logging::log("$modelFile is a directory, will process it later", E_USER_NOTICE);
}
if($modelFile != $lodspk['type']){
if(!isset($rPointer[$strippedModelFile])){
$rPointer[$strippedModelFile] = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment