[geeklog-hg] geeklog: Fix for changeset f285dfa9b171

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jul 18 13:35:53 EDT 2013


changeset 9212:bc5b61e5ece7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/bc5b61e5ece7
user: dengen <taharaxp at gmail.com>
date: Fri Jul 19 02:34:32 2013 +0900
description:
Fix for changeset f285dfa9b171

diffstat:

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

diffs (12 lines):

diff -r 34d8e1ef9c16 -r bc5b61e5ece7 system/classes/story.class.php
--- a/system/classes/story.class.php	Thu Jul 18 13:24:55 2013 +0200
+++ b/system/classes/story.class.php	Fri Jul 19 02:34:32 2013 +0900
@@ -47,7 +47,7 @@
  *
  */
 
-require_once $_CONF['path_system'] . 'classes/gltext.class.php';
+require_once 'gltext.class.php';
 
 /**
  * Constants for stories:



More information about the geeklog-cvs mailing list