summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorspider <spider@bitweaver.org>2015-02-18 12:53:50 -0500
committerspider <spider@bitweaver.org>2015-02-18 12:53:50 -0500
commitd5c8afe70cf3892dbabb907f845b28e1b4b705e0 (patch)
tree7ec039c42f98de7fa93d0a99f0790fc049852ccd /upload.php
parentdbc446f84f79acb755e488e70e946128b0a1f101 (diff)
downloadfisheye-d5c8afe70cf3892dbabb907f845b28e1b4b705e0.tar.gz
fisheye-d5c8afe70cf3892dbabb907f845b28e1b4b705e0.tar.bz2
fisheye-d5c8afe70cf3892dbabb907f845b28e1b4b705e0.zip
typo in upload.php
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/upload.php b/upload.php
index 116c828..b134084 100644
--- a/upload.php
+++ b/upload.php
@@ -59,12 +59,12 @@ $gBitSmarty->assign_by_ref( 'galleryTree', $galleryTree );
if( $gLibertySystem->hasService( 'upload' ) ) {
$gContent->invokeServices( "content_pre_upload_function", $_REQUEST );
} else {
- $gBitThemes->loadJavascript( UTIL_PKG_PATH.'javascript/libs/multifile.js', TRUE );
+ $gBitThemes->loadJavascript( UTIL_PKG_PATH.'javascript/multifile.js', TRUE );
}
if( $gBitThemes->isAjaxRequest() ) {
if( !empty( $upErrors ) ) {
- print json_encode( $upErrors )
+ print json_encode( $upErrors );
}
} else {
$displayMode = !empty($_REQUEST['display_mode']) ? $_REQUEST['display_mode'] : 'edit';