Skip to content
Snippets Groups Projects
Commit fd2ca21f authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Allow share_with column to be null for links

parent 42a99693
No related branches found
No related tags found
No related merge requests found
...@@ -479,7 +479,7 @@ ...@@ -479,7 +479,7 @@
<name>share_with</name> <name>share_with</name>
<type>text</type> <type>text</type>
<default></default> <default></default>
<notnull>true</notnull> <notnull>false</notnull>
<length>255</length> <length>255</length>
</field> </field>
......
...@@ -76,7 +76,7 @@ class OC_Util { ...@@ -76,7 +76,7 @@ class OC_Util {
*/ */
public static function getVersion(){ public static function getVersion(){
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4,9,0. This is not visible to the user // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4,9,0. This is not visible to the user
return array(4,83,4); return array(4,83,5);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment