[geeklog-cvs] geeklog: Removed extra slash

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Apr 24 13:30:35 EDT 2010


changeset 7894:7a72cb046113
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7a72cb046113
user: Dirk Haun <dirk at haun-online.de>
date: Sat Apr 24 19:28:28 2010 +0200
description:
Removed extra slash

diffstat:

 plugins/staticpages/services.inc.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f5b6602b0952 -r 7a72cb046113 plugins/staticpages/services.inc.php
--- a/plugins/staticpages/services.inc.php	Sat Apr 24 19:28:06 2010 +0200
+++ b/plugins/staticpages/services.inc.php	Sat Apr 24 19:28:28 2010 +0200
@@ -64,7 +64,7 @@
 
     if (version_compare(PHP_VERSION, '5.0.0', '>=') &&
             (! $_CONF['disable_webservices'])) {
-        require_once $_CONF['path_system'] . '/lib-webservices.php';
+        require_once $_CONF['path_system'] . 'lib-webservices.php';
     }
 
     $output = '';



More information about the geeklog-cvs mailing list