jfox015 / Bonfire-News

Create, manage and publish news articles for the Bonfire Admin Library
15 stars 7 forks source link

New article Random Details error #13

Closed ghost closed 12 years ago

ghost commented 12 years ago

I'm getting this error in the Random Details section

A PHP Error was encountered
Severity: Notice

Message: Undefined variable: article

Filename: content/news_form.php

Line Number: 147

A PHP Error was encountered
Severity: Notice

Message: Trying to get property of non-object

Filename: content/news_form.php

Line Number: 147

I've fixed it by making a change on line 146

``` else to elseif(isset($article))

jfox015 commented 12 years ago

@seandowney Thanks. This is fixed. I need to think about that block and the use of the Manage permissions here. They're kind of moot because if you don;t have content management permissions you can't see the form.