mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Fix typo
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
|
||||||
| $Revision: 1.75 $
|
| $Revision: 1.76 $
|
||||||
| $Date: 2009-12-28 22:40:37 $
|
| $Date: 2010-01-02 22:16:30 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
/**
|
/**
|
||||||
* @package e107
|
* @package e107
|
||||||
* @subpackage admin
|
* @subpackage admin
|
||||||
* @version $Id: update_routines.php,v 1.75 2009-12-28 22:40:37 e107steved Exp $;
|
* @version $Id: update_routines.php,v 1.76 2010-01-02 22:16:30 e107steved Exp $;
|
||||||
*
|
*
|
||||||
* Update routines from older e107 versions to current.
|
* Update routines from older e107 versions to current.
|
||||||
*
|
*
|
||||||
@@ -929,7 +929,7 @@ function core_media_import($cat,$epath)
|
|||||||
{
|
{
|
||||||
if(!vartrue($cat)){ return;}
|
if(!vartrue($cat)){ return;}
|
||||||
|
|
||||||
if(!is_readable($path))
|
if(!is_readable($epath))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user