Title: Second small bug &#8211; this time in admin.php
Last modified: August 21, 2016

---

# Second small bug – this time in admin.php

 *  Resolved [Brit Albritton](https://wordpress.org/support/users/brit-albritton/)
 * (@brit-albritton)
 * [13 years ago](https://wordpress.org/support/topic/second-small-bug-this-time-in-adminphp/)
 * 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']])`
 * [http://wordpress.org/extend/plugins/hms-testimonials/](http://wordpress.org/extend/plugins/hms-testimonials/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [13 years ago](https://wordpress.org/support/topic/second-small-bug-this-time-in-adminphp/#post-3734614)
 * Fixed. Thanks! Will be available in the next update.

Viewing 1 replies (of 1 total)

The topic ‘Second small bug – this time in admin.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hms-testimonials.svg)
 * [HMS Testimonials](https://wordpress.org/plugins/hms-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hms-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hms-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/hms-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hms-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hms-testimonials/reviews/)

## Tags

 * [admin.php](https://wordpress.org/support/topic-tag/admin-php/)
 * [Notice: Undefined index:](https://wordpress.org/support/topic-tag/notice-undefined-index/)
 * [syntax error](https://wordpress.org/support/topic-tag/syntax-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff K](https://wordpress.org/support/users/kreitje/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/second-small-bug-this-time-in-adminphp/#post-3734614)
 * Status: resolved