Fixes to 2 PHP Notices in ycyclista.php
-
PHP Notice: Und`efined variable: output in …/wp-content/plugins/ycyclista/ycyclista.php on line 232</blockquote>
Fix: change line to
if(!isset($output))$output=''; $output .= '<div id="ycyclista_frame">';
<blockquote>PHP Notice: Undefined variable: content in …/wp-content/plugins/ycyclista/ycyclista.php on line 291</blockquote>
Fix: change line to
if(!isset($content))$content=''; $output .= "</div>" . $content;
- The topic ‘Fixes to 2 PHP Notices in ycyclista.php’ is closed to new replies.