aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-01 10:20:26 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-01 10:20:26 +0200
commit5dd422e2d84524efaa32bb75125c5804e7944a02 (patch)
treeffe5da3b7439a2eeb6ac03cf1b4c0ef35cbe8b82
parenta564f495a7f10016fd63e63ac31d515e19180727 (diff)
parent995555f3570063fcae4d76be9f73065b2d8419b9 (diff)
downloadvolse-hubzilla-5dd422e2d84524efaa32bb75125c5804e7944a02.tar.gz
volse-hubzilla-5dd422e2d84524efaa32bb75125c5804e7944a02.tar.bz2
volse-hubzilla-5dd422e2d84524efaa32bb75125c5804e7944a02.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
-rw-r--r--util/typo.php4
-rw-r--r--util/typohelper.php1
2 files changed, 4 insertions, 1 deletions
diff --git a/util/typo.php b/util/typo.php
index 11e51d89c..0f7249f5c 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -10,7 +10,9 @@
include 'boot.php';
- $a = new App();
+ App::init();
+
+// $a = new App();
echo "Directory: include\n";
$files = glob('include/*.php');
diff --git a/util/typohelper.php b/util/typohelper.php
index 2453a5097..52c144ab7 100644
--- a/util/typohelper.php
+++ b/util/typohelper.php
@@ -1,6 +1,7 @@
<?php
require_once('boot.php');
+ App::init();
$str = <<< EOT
error_reporting(E_ERROR | E_WARNING | E_PARSE );