summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Parry <github@chad.parry.org>2011-04-27 20:52:35 -0600
committerChad Parry <github@chad.parry.org>2011-04-27 20:52:35 -0600
commit4c2b2ebd3f2052898fbfb175650ed4cf49c8006e (patch)
tree93360747c3655657f9e9bb5eb00386ec5b457228
parent6d564f185e5279d6cca9a7385066514ff18a2455 (diff)
Remove a newline at the end of the file that I accidentally introduced.
-rw-r--r--modules/gallery/libraries/Form_Uploadify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Form_Uploadify.php b/modules/gallery/libraries/Form_Uploadify.php
index c046fe3a..884653e2 100644
--- a/modules/gallery/libraries/Form_Uploadify.php
+++ b/modules/gallery/libraries/Form_Uploadify.php
@@ -69,4 +69,4 @@ class Form_Uploadify_Core extends Form_Input {
public function validate() {
return true;
}
-}
+} \ No newline at end of file