mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
change 'url' to correct 'e_url'
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* URL Handler
|
* URL Handler
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/e107Url.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/e107Url.php,v $
|
||||||
* $Revision: 1.10 $
|
* $Revision: 1.11 $
|
||||||
* $Date: 2008-12-02 13:50:17 $
|
* $Date: 2008-12-02 14:21:19 $
|
||||||
* $Author: secretr $
|
* $Author: mcfly_e107 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class eURL
|
class eURL
|
||||||
@@ -117,7 +117,7 @@ class eURL
|
|||||||
//Search the default url config - the last station
|
//Search the default url config - the last station
|
||||||
$core = ($type === 'core');
|
$core = ($type === 'core');
|
||||||
$handlerId = $section . '/' . $urlType;
|
$handlerId = $section . '/' . $urlType;
|
||||||
$fileName = ($core ? e_FILE."url/core/{$handlerId}.php" : e_PLUGIN."{$section}/url/{$urlType}.php");
|
$fileName = ($core ? e_FILE."e_url/core/{$handlerId}.php" : e_PLUGIN."{$section}/e_url/{$urlType}.php");
|
||||||
if (is_readable($fileName))
|
if (is_readable($fileName))
|
||||||
{
|
{
|
||||||
include_once ($fileName);
|
include_once ($fileName);
|
||||||
|
Reference in New Issue
Block a user