Skip to content

Commit 9cc8780

Browse files
authored
Merge pull request #83 from emrysr/feature/issue-82-missing-tooltips
passed missing variable
2 parents 94231c2 + fe1c3e5 commit 9cc8780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$v = 7;
1515
function app_controller()
1616
{
17-
global $mysqli,$path,$session,$route,$user,$fullwidth,$app_settings;
17+
global $mysqli,$path,$session,$route,$user,$fullwidth,$app_settings,$v;
1818

1919
$fullwidth = true;
2020
$result = false;

0 commit comments

Comments
 (0)