1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

small typo fix

This commit is contained in:
CaMer0n
2009-12-02 10:09:39 +00:00
parent a7ce368464
commit 8c32e487a0

View File

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