epgrecuna syntax error

epgrecuna 番組検索のところでエラーでた

[code lang=text] [root@localhost ~]# tail -n 1 /var/log/php-fpm/www-error.log [17-Oct-2016 04:47:09 Asia/Tokyo] PHP Parse error: syntax error, unexpected '$k_category' (T_VARIABLE), expecting '(' in /var/www/html/epgrecuna/Smarty/Smarty.class.php on line 666 [/code]

検索したらコメントにて対応されていた方がいたのでそのまま書いてある通りに対応した

[code lang=text] [root@localhost ~]# diff /var/www/html/epgrecuna/templates/programTable.html /tmp/programTable.html 666c666

< {if $k_category != 15 || $k_sub_genre>=63 }

> {if $k_category != 15 || $k_sub_genre>=0x3f } 679c679

< <b> 曜日:</b>{if $weekofday == 127}なし{else}{$wds_name}{/if}

> <b> 曜日:</b>{if $weekofday == 0x7f}なし{else}{$wds_name}{/if} [/code]

centos7.2だと何もでなかったけど7.1だと上みたいになった はやく7.2安定してくれー