Code style fixes (camelCased variables).
This commit is contained in:
parent
4013fc76ff
commit
8d9c4824c7
15 changed files with 141 additions and 142 deletions
|
|
@ -221,8 +221,8 @@ class Application
|
|||
$groups[] = $thisGroup;
|
||||
}
|
||||
|
||||
$archived_projects = Factory::getStore('Project')->getAll(true);
|
||||
$layout->archived_projects = $archived_projects['items'];
|
||||
$archivedProjects = Factory::getStore('Project')->getAll(true);
|
||||
$layout->archived_projects = $archivedProjects['items'];
|
||||
$layout->groups = $groups;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue