$article = Model_Article::find($id); $article->gallery = null; $article->save(); $article->delete();
Jelmer Schreuder wrote on Sunday 12th of February 2012:That should work fine, I don't know why it doesn't anymore - I tried to replicate it and got the same result. Could you create a bug report on Github?
It looks like you're new here. If you want to get involved, click one of these buttons!