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

Fix variable name

This commit is contained in:
Thomas Tanghus 2014-04-08 11:08:02 +02:00
parent 2ec3115a2f
commit 946562869e

View File

@ -39,7 +39,7 @@ class Uploaded extends BaseTemporaryPhoto {
*
* @var \OCP\IRequest
*/
protected $input;
protected $request;
public function __construct(ICache $cache, IRequest $request) {
\OCP\Util::writeLog('contacts', __METHOD__, \OCP\Util::DEBUG);