hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

Fix for undefined error #332

Closed peiche closed 6 years ago

peiche commented 6 years ago

With WP_DEBUG enabled, the index codes throws an error if not defined:

Notice: Undefined index: codes in aesop-story-engine/admin/includes/generator_blob.php on line 82

Wrapping it in an isset() check fixes that.