Second small bug – this time in admin.php
-
Second bug – this one in admin.php
Notice: Undefined index: roleorder in C:\xampp\htdocs\hfopencart\wp-content\plugins\hms-testimonials\admin.php on line 92
Line 92
if ($this->user_role_num >= $this->options['roleorder'][$this->options['role']])
should be
if ($this->user_role_num >= $this->options['roleorders'][$this->options['role']])
https://www.ads-software.com/extend/plugins/hms-testimonials/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Second small bug – this time in admin.php’ is closed to new replies.