Portfolio: Fix action in index - refs BT#18201

pull/3747/head
Angel Fernando Quiroz Campos 5 years ago
parent 70d6b8d16d
commit 98e989b221
  1. 2
      main/portfolio/index.php

@ -24,7 +24,7 @@ $controller = new \PortfolioController();
$em = Database::getManager();
$httpRequest = HttpRequest::createFromGlobals();
$action = $httpRequest->query->getAlpha('action', 'list');
$action = $httpRequest->query->get('action', 'list');
switch ($action) {
case 'add_category':

Loading…
Cancel
Save