diff options
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/actions.php b/inc/actions.php index af2399983..694f78208 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -24,6 +24,7 @@ function act_dispatch(){ global $QUERY; global $lang; global $conf; + global $license; $preact = $ACT; |