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

@@ -1,5 +1,5 @@
<?php
OC::$CLASSPATH['OC_User_External_Base']='user_external/lib/base.php';
OC::$CLASSPATH['OCA\user_external\Base']='user_external/lib/base.php';
OC::$CLASSPATH['OC_User_IMAP']='user_external/lib/imap.php';
OC::$CLASSPATH['OC_User_SMB']='user_external/lib/smb.php';
OC::$CLASSPATH['OC_User_FTP']='user_external/lib/ftp.php';

View File

@@ -17,15 +17,15 @@
<name>backend</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>255</length>
<notnull>false</notnull>
<length>128</length>
</field>
<field>
<name>uid</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>64</length>
</field>