1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00
This commit is contained in:
e107steved
2010-01-02 22:16:30 +00:00
parent 6a19f3e2f3
commit 139bbaaa89

View File

@@ -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;
} }