From 3bc07dabc797c7acdeafed68cf63c77c48077005 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 28 May 2012 16:04:30 +0000 Subject: administrators can now view the actions of a single user in a compact format - part 2 --- h-source/Library/Helper/List.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Library/Helper/List.php') diff --git a/h-source/Library/Helper/List.php b/h-source/Library/Helper/List.php index c455454..ba59643 100755 --- a/h-source/Library/Helper/List.php +++ b/h-source/Library/Helper/List.php @@ -172,7 +172,7 @@ class Helper_List extends Helper_Html { public function replaceFields($string,$rowArray) { $this->__rowArray = $rowArray; //used by the replaceField method - $string = preg_replace_callback('/(\;)(.*?)(\;)/', array($this, 'replaceField') ,$string); + $string = preg_replace_callback('/(\;)(.*?)(\;)/', 'Helper_List::replaceField' ,$string); return $string; } -- cgit v1.2.3