Pretty easy, just remove the superfluous
And BTW, you do not need to use the
array statement in your revert_data function:Code:
public function revert_data(){return array(array('config.remove', 'splicker_snapnews'),array('config.remove', 'enable_snapnews'),array('config.remove', 'enable_snapnews_index'),array('permission.remove', 'u_allow_news_posting'),);}And BTW, you do not need to use the
revert_data and revert_schema functions since phpBB does that by itself.Statistics: Posted by Mike-on-Tour — Sat Mar 15, 2025 8:51 am