HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Index plugin error in index-settings.php

BazzaE73BazzaE73 New
edited December 2015 in Feedback

Find this in index-settings.php ...

<li><?php  echo $this->Form->Label('Link 9', 'Plugin.Index.Url9');
     echo $this->Form->TextBox('Plugin.Index.Url8');?></li>

and change to this...

<li><?php  echo $this->Form->Label('Link 9', 'Plugin.Index.Url9');
     echo $this->Form->TextBox('Plugin.Index.Url9');?></li>

I couldn't understand why a link kept appearing in the menu and I couldn't delete it and after some hunting I found this and now it works :)

Tagged:

Comments

Sign In or Register to comment.