Fix wrong class name case

- Use leading backslash for non-namespace class names in App
This commit is contained in:
Hypolite Petovan 2017-04-30 00:17:49 -04:00
parent 146258680b
commit 4b16de6d80
9 changed files with 89 additions and 90 deletions

View file

@ -795,7 +795,7 @@ function network_content(App $a, $update = 0) {
/**
* @brief Get the network tabs menu
*
* @param app $a The global App
* @param App $a The global App
* @return string Html of the networktab
*/
function network_tabs(App $a) {