git-svn-id: http://svn.automattic.com/wordpress/trunk@3931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-06-27 06:59:35 +00:00
parent 01ed3b30f4
commit 30fe5d5876
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ function wp_next_scheduled( $hook ) {
}
function spawn_cron() {
$crons = get_option( 'cron' )
$crons = get_option( 'cron' );
if ( !is_array($crons) )
return;