Skip to content

Commit

Permalink
Portfolio: Fix action in index - refs BT#18201
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jan 11, 2021
1 parent 70d6b8d commit 98e989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/portfolio/index.php
Expand Up @@ -24,7 +24,7 @@
$em = Database::getManager();
$httpRequest = HttpRequest::createFromGlobals();

$action = $httpRequest->query->getAlpha('action', 'list');
$action = $httpRequest->query->get('action', 'list');

switch ($action) {
case 'add_category':
Expand Down

0 comments on commit 98e989b

Please sign in to comment.