1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Forgot access sig

This commit is contained in:
Thomas Tanghus 2014-04-08 01:32:53 +02:00
parent c5bdc2f74d
commit e993761cb3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class ContactPhotoController extends Controller {
/**
* @var \OCP\ICache
*/
$cache;
protected $cache;
public function __construct($appName, IRequest $request, App $app, ICache $cache) {
parent::__construct($appName, $request, $app);

View File

@ -41,7 +41,7 @@ class TemporaryPhoto {
/**
* @var \OCP\ICache
*/
$cache;
protected $cache;
/**
* @var \OCP\Image