Correct variable usage.

This commit is contained in:
Maxime Delorme 2007-05-05 11:38:45 +12:00 committed by Andrew McMillan
parent 9b6b554c72
commit b1e0bf471a

View File

@ -1,7 +1,7 @@
<?php
if ( !isset($c->title) ) {
$c->title = translate("Really Simple CalDAV Store");
if ( !isset($c->page_title) ) {
$c->page_title = translate("Really Simple CalDAV Store");
}
function make_help_link($matches)