Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 1486 | Revision 1514 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1486 Revision 1487
Zeile 35... Zeile 35...
35
                }
35
                }
36
                else
36
                else
37
                {
37
                {
38
                    $status = 2;
38
                    $status = 2;
39
                }
39
                }
40
                $actions[$aId]->status = $status;
40
                $aktion->status = $status;
Zeile 41... Zeile 41...
41
 
41
 
42
            }
42
            }
43
            return view( 'admin/actions', [ "aktionen" => $actions, ] );
43
            return view( 'admin/actions', [ "aktionen" => $actions, ] );