diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 20:30:23 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 20:30:36 -0500 |
commit | d14b5215ebd23097f504607c1db3f653c58cf3e9 (patch) | |
tree | f25fc0fff0d69ffaac22226decef54db45781c2c /lib/class/catalog.class.php | |
parent | c864d180cb1d11bd40d237284e43badbb2429e89 (diff) | |
download | ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.tar.gz ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.tar.bz2 ampache-d14b5215ebd23097f504607c1db3f653c58cf3e9.zip |
Cosmetics: s/incase/in case/
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r-- | lib/class/catalog.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 18d459c1..fee53717 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -259,7 +259,7 @@ class Catalog extends database_object { */ public static function create($data) { - // Clean up the path just incase + // Clean up the path just in case $data['path'] = rtrim(rtrim(trim($data['path']),'/'),'\\'); $path = Dba::escape($data['path']); |