From: Bart Visscher Date: Mon, 14 May 2012 15:38:32 +0000 (+0200) Subject: Template: Fix var name X-Git-Tag: v4.5.0beta1~74^2~424^2~30^2~4^2~1^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2faae817f183e82975251d5023417e2f331971d3;p=nextcloud-server.git Template: Fix var name --- diff --git a/lib/template.php b/lib/template.php index 1e8b0adc75f..641c441c740 100644 --- a/lib/template.php +++ b/lib/template.php @@ -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(); } }