4892: PHP Undefined warnings: themes/default/include/footer.tmpl.php
authorTJ <acontent@iam.tj>
Tue, 11 Oct 2011 08:58:44 +0000 (09:58 +0100)
committerTJ <acontent@iam.tj>
Wed, 19 Oct 2011 19:56:15 +0000 (20:56 +0100)
  * declare global for $starttime to ensure it is in-scope when it is
    used to calculate page-rendering elapsed time

themes/default/include/footer.tmpl.php

index e31f17a..0e0fc44 100644 (file)
@@ -12,7 +12,7 @@
 
 if (!defined('TR_INCLUDE_PATH')) { exit; }
 
-global $languageManager, $_my_uri;
+global $languageManager, $_my_uri, $starttime;
 
 if ($this->course_id > 0) { ?>
         <div style="clear:both;text-align:right;" id="gototop">