Ignore:
Timestamp:
10/25/21 12:47:27 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
bdda09f
Parents:
b6e0879
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Http/Controllers/Dashboard/FoldersController.php

    rb6e0879 r233e950  
    303303        }
    304304        catch (\Exception $e) {
    305             abort(403, "No files found");
     305            //abort(403, "No files found");
     306            Alert::flash("This folder has no files", "warning");
     307            return redirect()->back();
    306308        }
    307309    }
Note: See TracChangeset for help on using the changeset viewer.