diff options
author | Chad Parry <github@chad.parry.org> | 2011-05-04 17:51:00 -0600 |
---|---|---|
committer | Chad Parry <github@chad.parry.org> | 2011-05-04 17:51:00 -0600 |
commit | 46da011bf69bbc4e45757feda8f0d28e91e7fb6a (patch) | |
tree | f658c3e07617a935141a7c7e7792086923914006 | |
parent | 5c6c71ffcdea354b5b9b30aaea2c1f92c8860d42 (diff) |
Remove a newline I accidentally introduced.
-rw-r--r-- | modules/gallery/helpers/system.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/system.php b/modules/gallery/helpers/system.php index e7e58a70..4110b4ed 100644 --- a/modules/gallery/helpers/system.php +++ b/modules/gallery/helpers/system.php @@ -61,4 +61,4 @@ class system_Core { } while (!$success); return $filename; } -} +}
\ No newline at end of file |