[svn r19672] Minor - Fixed last commit (calls to $this in static methods)

skala
Cristian Fasanando 17 years ago
parent 336164c730
commit a4f9473491
  1. 4
      main/newscorm/learnpath.class.php

@ -81,7 +81,7 @@ class learnpath {
var $arrMenu = array(); //array for the menu items var $arrMenu = array(); //array for the menu items
var $debug = 0; //logging level var $debug = 1; //logging level
@ -2084,7 +2084,7 @@ class learnpath {
*/ */
function get_progress_bar($mode='',$percentage=-1,$text_add='',$from_lp=false) function get_progress_bar($mode='',$percentage=-1,$text_add='',$from_lp=false)
{ {
if($this->debug>0){error_log('New LP - In learnpath::get_progress_bar()',0);} //if($this->debug>0){error_log('New LP - In learnpath::get_progress_bar()',0);}
global $lp_theme_css; global $lp_theme_css;
// Setting up the CSS path of the current style if exists // Setting up the CSS path of the current style if exists

Loading…
Cancel
Save