diff options
| author | spider <spider@bitweaver.org> | 2015-02-18 12:53:50 -0500 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2015-02-18 12:53:50 -0500 |
| commit | d5c8afe70cf3892dbabb907f845b28e1b4b705e0 (patch) | |
| tree | 7ec039c42f98de7fa93d0a99f0790fc049852ccd /upload.php | |
| parent | dbc446f84f79acb755e488e70e946128b0a1f101 (diff) | |
| download | fisheye-d5c8afe70cf3892dbabb907f845b28e1b4b705e0.tar.gz fisheye-d5c8afe70cf3892dbabb907f845b28e1b4b705e0.tar.bz2 fisheye-d5c8afe70cf3892dbabb907f845b28e1b4b705e0.zip | |
typo in upload.php
Diffstat (limited to 'upload.php')
| -rw-r--r-- | upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |
