Template: Fix var name

This commit is contained in:
Bart Visscher 2012-05-14 17:38:32 +02:00
parent 6d20fe4012
commit 2faae817f1
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ class OC_Template{
}elseif($page->appendIfExist('cssfiles', OC::$SERVERROOT, OC::$WEBROOT, "core/$style.css" )) {
}else{
echo('css file not found: style:'.$script.' formfactor:'.$fext.' webroot:'.OC::$WEBROOT.' serverroot:'.OC::$SERVERROOT);
echo('css file not found: style:'.$style.' formfactor:'.$fext.' webroot:'.OC::$WEBROOT.' serverroot:'.OC::$SERVERROOT);
die();
}
}