mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
beginning of forum update. New schema is in place. Install/Uninstall working, can create forums in admin
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/e107Url.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2008-11-25 17:02:02 $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2008-11-26 03:24:51 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -37,7 +37,7 @@ class eURL
|
||||
$urlItems = array($urlItems => 1);
|
||||
}
|
||||
|
||||
$handlerId = $section . '/' . $urlType;
|
||||
$handlerId = $section . '/' . $urlType; if (!isset($this->_link_handlers[$handlerId]))
|
||||
if (!isset($this->_link_handlers[$handlerId]))
|
||||
{
|
||||
$this->_link_handlers[$handlerId] = $this->_initHandler($section, $urlType);
|
||||
|
Reference in New Issue
Block a user