From e993761cb374237e58cbdf09574120bd85eec660 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 8 Apr 2014 01:32:53 +0200 Subject: [PATCH] Forgot access sig --- lib/controller/contactphotocontroller.php | 2 +- lib/utils/temporaryphoto.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/contactphotocontroller.php b/lib/controller/contactphotocontroller.php index 15e9dfd1..04bdf32a 100644 --- a/lib/controller/contactphotocontroller.php +++ b/lib/controller/contactphotocontroller.php @@ -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); diff --git a/lib/utils/temporaryphoto.php b/lib/utils/temporaryphoto.php index fc7f7568..5ab99352 100644 --- a/lib/utils/temporaryphoto.php +++ b/lib/utils/temporaryphoto.php @@ -41,7 +41,7 @@ class TemporaryPhoto { /** * @var \OCP\ICache */ - $cache; + protected $cache; /** * @var \OCP\Image