Title: bool(false) Fixed
Last modified: August 20, 2016

---

# bool(false) Fixed

 *  [clay123](https://wordpress.org/support/users/clay123/)
 * (@clay123)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/boolfalse-fixed/)
 * Hey guys. This is such a handy plugin I took a few mins to try and get it working
   without the error message bool(false). All I had to do: goto plugins>editor select
   website-diary/website-diary.php and change
 *     ```
       static $settings = array (
       		'version' => false,
   
       	);
       ```
   
 * to
 *     ```
       static $settings = array (
       		'version' => true,
   
       	);
       ```
   
 * Hope that it works for you too.
 * [http://wordpress.org/extend/plugins/website-diary/](http://wordpress.org/extend/plugins/website-diary/)

The topic ‘bool(false) Fixed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/website-diary.svg)
 * [Website Diary](https://wordpress.org/plugins/website-diary/)
 * [Support Threads](https://wordpress.org/support/plugin/website-diary/)
 * [Active Topics](https://wordpress.org/support/plugin/website-diary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/website-diary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/website-diary/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [clay123](https://wordpress.org/support/users/clay123/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/boolfalse-fixed/)
 * Status: not resolved