diff options
author | redmatrix <git@macgirvin.com> | 2016-07-18 16:45:43 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-18 16:45:43 -0700 |
commit | b5b57523f14597f13b88a93f8787bb5a4f966c58 (patch) | |
tree | 0463cf24db71539ba4bf355f60b7e9f461677109 /include/import.php | |
parent | 7524948a970271072030b3f67183152b2c23081b (diff) | |
download | volse-hubzilla-b5b57523f14597f13b88a93f8787bb5a4f966c58.tar.gz volse-hubzilla-b5b57523f14597f13b88a93f8787bb5a4f966c58.tar.bz2 volse-hubzilla-b5b57523f14597f13b88a93f8787bb5a4f966c58.zip |
more perms work
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/import.php b/include/import.php index 7a19ab68f..e4f5ba5a7 100644 --- a/include/import.php +++ b/include/import.php @@ -1,6 +1,7 @@ <?php require_once('include/menu.php'); +require_once('include/perm_upgrade.php'); function import_channel($channel, $account_id, $seize) { |