CVS update: /cowiki/includes/cowiki/class/core/

[email protected] 15 Mar 2005 13:49:19 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: nibra   
Date: 05/03/15 05:49:19

Modified:
 /cowiki/includes/cowiki/class/core/
  class.RuntimeContext.php

Log:
 Reverted changes due to introduction of PathInfo

File Changes:

Directory: /cowiki/includes/cowiki/class/core/
==============================================

File [changed]: class.RuntimeContext.php
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/core/class.RuntimeContext.php?r1=1.56&r2=1.57
Delta lines:  +2 -19
--------------------
--- class.RuntimeContext.php	15 Mar 2005 13:34:02 -0000	1.56
+++ class.RuntimeContext.php	15 Mar 2005 13:49:19 -0000	1.57
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.RuntimeContext.php,v 1.56 2005/03/15 13:34:02 nibra Exp $
+ * $Id: class.RuntimeContext.php,v 1.57 2005/03/15 13:49:19 nibra Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -17,7 +17,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.56 $
+ * @version     $Revision: 1.57 $
  *
  */
 
@@ -145,23 +145,6 @@
      */
     public function getEnvironment() {
         return Environment::getInstance();
-    }
-
-    // --------------------------------------------------------------------
-
-    /**
-     * Get path information
-     *
-     * @access  public
-     * @return  Singleton
-     *
-     * @author  Niels Braczek <[email protected]>
-     * @since   coWiki 0.4.0
-     *
-     * @todo    [D11N]  Check description
-     */
-    public function getPathInfo() {
-        return PathInformation::getInstance();
     }
 
     // --------------------------------------------------------------------