7921 Posts in 1359 Topics by 933 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Bug in SVN
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 502 Views |
-
Bug in SVN

14 May 2009 at 5:48am
Line 70 of FileDataObjectManager.php is
if(property_exists("allowed_file_types", $SNG))
and should be
if(property_exists($SNG, "allowed_file_types"))
(the params are backwards)
Thanks for the great module!
| 502 Views | ||
|
Page:
1
|
Go to Top |

