Merge pull request #2957 from anthonybocci/redirecturl-2956
Redirect to setting page on image uploading error
This commit is contained in:
@@ -397,6 +397,7 @@ class SettingsController extends Controller
|
||||
protected function handleUpdateBanner(Repository $setting)
|
||||
{
|
||||
$file = Binput::file('app_banner');
|
||||
$redirectUrl = $this->subMenu['theme']['url'];
|
||||
|
||||
// Image Validation.
|
||||
// Image size in bytes.
|
||||
|
||||
Reference in New Issue
Block a user