]> source.dussan.org Git - nextcloud-server.git/commitdiff
Template: Fix var name
authorBart Visscher <bartv@thisnet.nl>
Mon, 14 May 2012 15:38:32 +0000 (17:38 +0200)
committerBart Visscher <bartv@thisnet.nl>
Wed, 16 May 2012 16:53:46 +0000 (18:53 +0200)
lib/template.php

index 1e8b0adc75f2398fc1ae4743df392ce1d6aa8368..641c441c7407afc53e34b8ccb9bad5eea7584dd4 100644 (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();
                                }
                        }