[geeklog-hg] geeklog: make _displayEscape() static

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jul 18 08:27:39 EDT 2013


changeset 9211:34d8e1ef9c16
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/34d8e1ef9c16
user: Dirk Haun <dirk at haun-online.de>
date: Thu Jul 18 13:24:55 2013 +0200
description:
make _displayEscape() static

diffstat:

 system/classes/gltext.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4660637cc082 -r 34d8e1ef9c16 system/classes/gltext.class.php
--- a/system/classes/gltext.class.php	Wed Jul 17 22:09:02 2013 -0400
+++ b/system/classes/gltext.class.php	Thu Jul 18 13:24:55 2013 +0200
@@ -283,7 +283,7 @@
      * @access  private
      *
      */
-    private function _displayEscape($text)
+    private static function _displayEscape($text)
     {
         return str_replace(
             array('$',     '{',      '}',      '\\'),



More information about the geeklog-cvs mailing list