HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Index plugin error in index-settings.php
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:
1
Comments
Good catch!
@vrijvlinder it took me a while to notice that the second line is using 'Plugin.Index.Url8' instead of 'Plugin.Index.Url9'.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Yes, it is official , I am blind as a bat , 8 and 9 are practically the same number ...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I sat there for a good five minutes trying to find the differences.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thanks for spotting the error, I have updated the plugin.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌