summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:57:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:57:21 +0200
commitd4b965433085eb43911cd7d896ea3fec0ec45850 (patch)
tree3e19c32f7db547146af8ae5d48494a297d676f36
parent7b877789ee9d172a54bf6d7903c26c1ed706b355 (diff)
debug
-rw-r--r--appinfo/preupdate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/preupdate.php b/appinfo/preupdate.php
index f356ae0ce..b493b8920 100644
--- a/appinfo/preupdate.php
+++ b/appinfo/preupdate.php
@@ -13,5 +13,6 @@ namespace OCA\News\AppInfo;
use OCA\News\Upgrade\Upgrade;
+throw new \Exception('heheheo');
$app = new Application();
$app->getContainer()->query(Upgrade::class)->preUpgrade();