Ionize Error On Articles

 

 

 

 

 

 

 

 

 

 

 

Codeigniter, Ionize version 0.9.7

When editing an article you will see the php error (image above).

line 934 application/controllers/admin/article.php

if ($context['link'] !='')

change to

if (isset($context['link'] && $context['link'] !='')

Will solve the problem.

UPDATE:

I’ve just noticed that in the github version changes have been made

if ( ! empty($context['link']) )

Which does work

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>