Skip to content

Commit

Permalink
Fixed spelling in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Nov 23, 2018
1 parent 31bd43c commit 21ac11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/staticpages/services.inc.php
Expand Up @@ -823,7 +823,7 @@ function service_get_staticpages($args, &$output, &$svc_msg)
$page = $output['sp_id']; // reset page id so case mimics id perfectly since this affects the cache file and canonical link

// WE ASSUME $output doesn't have any confidential fields
// Generate output now (omly if not grabing a template since template is combined with variables first and then generated)
// Generate output now (only if not grabbing a template since template is combined with variables first and then generated)
if (!isset($args['template'])) {
$output['sp_content'] = SP_render_content($page, $output['sp_title'], $output['sp_content'], $output['sp_php'], $output['cache_time'], $output['template_id']);
}
Expand Down

0 comments on commit 21ac11b

Please sign in to comment.