diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-29 16:16:29 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-29 16:16:29 -0700 |
commit | f43428aacf940b84b05e1554cc53e29e60846ae4 (patch) | |
tree | 20ac8efd2cf2347453a63cd1462621d8b077303e /util/typo.php | |
parent | 2d4f84563b8832d2a5996e7ee59a3123f998c433 (diff) | |
download | volse-hubzilla-f43428aacf940b84b05e1554cc53e29e60846ae4.tar.gz volse-hubzilla-f43428aacf940b84b05e1554cc53e29e60846ae4.tar.bz2 volse-hubzilla-f43428aacf940b84b05e1554cc53e29e60846ae4.zip |
channel_store_lowlevel declared twice
Diffstat (limited to 'util/typo.php')
-rw-r--r-- | util/typo.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/typo.php b/util/typo.php index a8d363340..e25e57601 100644 --- a/util/typo.php +++ b/util/typo.php @@ -12,7 +12,6 @@ App::init(); -// $a = new App(); echo "Directory: include\n"; $files = glob('include/*.php'); |