Ignore:
Timestamp:
10/25/21 10:15:27 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
f5097b2
Parents:
9141ace
Message:

bug fix

File:
1 edited

Legend:

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

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