mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Notice removal and small gui fixes
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
|
||||
| $Revision: 1.72 $
|
||||
| $Date: 2009-12-15 11:51:02 $
|
||||
| $Revision: 1.73 $
|
||||
| $Date: 2009-12-25 23:32:18 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -869,6 +869,11 @@ function core_media_import($cat,$epath)
|
||||
{
|
||||
if(!vartrue($cat)){ return;}
|
||||
|
||||
if(!is_readable($path))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$fl = e107::getFile();
|
||||
$tp = e107::getParser();
|
||||
$sql = e107::getDb();
|
||||
|
Reference in New Issue
Block a user