[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: doc-editor /php class.php
From:       "Yannick Torres" <yannick () php ! net>
Date:       2009-03-31 5:53:36
Message-ID: cvsyannick1238478816 () cvsserver
[Download RAW message or body]

yannick		Tue Mar 31 05:53:36 2009 UTC

  Modified files:              
    /doc-editor/php	class.php 
  Log:
  fix require_once path for LockFile class
  
http://cvs.php.net/viewvc.cgi/doc-editor/php/class.php?r1=1.20&r2=1.21&diff_format=u
Index: doc-editor/php/class.php
diff -u doc-editor/php/class.php:1.20 doc-editor/php/class.php:1.21
--- doc-editor/php/class.php:1.20	Tue Mar 31 05:51:56 2009
+++ doc-editor/php/class.php	Tue Mar 31 05:53:36 2009
@@ -11,7 +11,7 @@
 set_time_limit(0);
 
 require_once dirname(__FILE__) . '/conf.inc.php';
-require_once './LockFile.php';
+require_once dirname(__FILE__) . '/LockFile.php';
 
 class phpDoc
 {



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic