gerben
/
nextcloud-memento
Turn your Nextcloud into a web archive.
Code
Issues
0
Pull Requests
0
Releases
1
Activity
Browse Source
Add missing use \Exception
tags/v0.1.0
Gerben
6 years ago
parent
98f8452165
commit
f9eda03d7a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/Controller/TimeGateController.php
+ 1
- 0
lib/Controller/TimeGateController.php
View File
@@ -5,6 +5,7 @@ require_once __DIR__ . '/findMementos.php';
require_once __DIR__ . '/datetimeConversion.php';
require_once __DIR__ . '/getUrlParameter.php';
use \Exception;
use OCP\IRequest;
use OCP\IServerContainer;
use OCP\AppFramework\Controller;
Write
Preview
Loading…
Cancel
Save