[geeklog-cvs] geeklog: ... including the $this to make it actually	work ...
    geeklog-cvs at lists.geeklog.net 
    geeklog-cvs at lists.geeklog.net
       
    Thu May 21 14:21:52 EDT 2009
    
    
  
details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/83e4c7501ad6
changeset: 7046:83e4c7501ad6
user:      Dirk Haun <dirk at haun-online.de>
date:      Thu May 21 20:20:19 2009 +0200
description:
... including the $this to make it actually work ...
diffstat:
 system/classes/timer.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0c0a806d2c90 -r 83e4c7501ad6 system/classes/timer.class.php
--- a/system/classes/timer.class.php	Thu May 21 20:06:18 2009 +0200
+++ b/system/classes/timer.class.php	Thu May 21 20:20:19 2009 +0200
@@ -109,7 +109,7 @@
     */
     function setPercision($num_dec_places)
     {
-        return setPrecision($num_dec_places);
+        return $this->setPrecision($num_dec_places);
     }
 
 
    
    
More information about the geeklog-cvs
mailing list