Index: trunk/extensions/SemanticForms/includes/SF_Utils.php |
— | — | @@ -531,7 +531,7 @@ |
532 | 532 | while ( preg_match($pattern, $str, $matches) ) { |
533 | 533 | $str = preg_replace($pattern, "$1" . "\1" . "$2", $str); |
534 | 534 | } |
535 | | - return array_map( array(self, 'convertBackToPipes'), explode('|', $str) ); |
| 535 | + return array_map( array('SFUtils', 'convertBackToPipes'), explode('|', $str) ); |
536 | 536 | } |
537 | 537 | |
538 | 538 | /** |