forgot to quote constants

This commit is contained in:
real_nowhereman 2008-03-14 08:48:12 +00:00
parent 8ae594f690
commit 8f3cc77ada

View File

@ -8,8 +8,8 @@ Version: 3.0
Author URI: http://www.nowhereland.it
*/
define(AASPAM_DEBUG, true);
define(AASPAM_LOG, CACHE_DIR . 'aaspamlog.txt');
define('AASPAM_DEBUG', true);
define('AASPAM_LOG', CACHE_DIR . 'aaspamlog.txt');
add_action('comment_validate', 'plugin_aaspam_validate', 5, 2);
add_action('comment_form', 'plugin_aaspam_comment_form');