Title: Variable Typo
Last modified: February 25, 2019

---

# Variable Typo

 *  [bash529](https://wordpress.org/support/users/bash529/)
 * (@bash529)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/variable-typo/)
 * Notice: Undefined variable: 1 in …/wp-content/plugins/wp-upload-restriction/wp-
   upload-restriction.php on line 92
 * Line 92: `elseif(!$$has_setup){`
 * Just needs to be changed to:
 * `elseif(!$has_setup){`

The topic ‘Variable Typo’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-upload-restriction_fad3d4.svg)
 * [WP Upload Restriction](https://wordpress.org/plugins/wp-upload-restriction/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-upload-restriction/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-upload-restriction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-upload-restriction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-upload-restriction/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bash529](https://wordpress.org/support/users/bash529/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/variable-typo/)
 * Status: not resolved