mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
small typo fix
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* Image Administration Area
|
* Image Administration Area
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
||||||
* $Revision: 1.39 $
|
* $Revision: 1.40 $
|
||||||
* $Date: 2009-12-02 10:03:51 $
|
* $Date: 2009-12-02 10:09:39 $
|
||||||
* $Author: e107coders $
|
* $Author: e107coders $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -563,7 +563,7 @@ class media_admin_ui extends e_admin_ui
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
rename(e_MEDIA.$newpath,e_MEDIA.$oldpat); //move it back.
|
rename(e_MEDIA.$newpath,e_MEDIA.$oldpath); //move it back.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user