diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-05 16:03:00 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-05 16:03:00 -0400 |
commit | 180ac80d4e7b5fd5ab16abd74f9c5aa330d59ebf (patch) | |
tree | 1e5f9d95176fcf191e48ecae5e254544d7cf8384 /install.php | |
parent | e797001be4cd982ed778bda16744ab4007eb31c8 (diff) | |
parent | c3a522623c3a0628c33407ee01b16e189c44bba5 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index c222afa7b..227f99789 100644 --- a/install.php +++ b/install.php @@ -163,7 +163,7 @@ E_O_T; function updateStatus($status, $error=false) { ?> - <li <?php echo ($error) ? 'class="error"': ''; ?>><?print $status;?></li> + <li <?php echo ($error) ? 'class="error"': ''; ?>><?php echo $status;?></li> <?php } |