Fix code according to blizzz' notes

This commit is contained in:
Christian Weiske
2014-01-09 21:45:52 +01:00
parent 690a579a26
commit 350afe2d27
6 changed files with 11 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
class OC_User_FTP extends OC_User_External_Base{
class OC_User_FTP extends \OCA\user_external\Base{
private $host;
private $secure;
private $protocol;