summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-26 03:56:12 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-26 03:56:12 +0000
commit6b45be9632b6b2d6f5c3dfbdcfc962b74f23fc74 (patch)
tree92f6c3c5fab6b8135a126bf9aadb580efb116043
parent314d55d858a1a19ac6c307d4be9d2ac502322723 (diff)
Fix a typo.
-rw-r--r--core/controllers/welcome.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php
index 637ab642..867280fe 100644
--- a/core/controllers/welcome.php
+++ b/core/controllers/welcome.php
@@ -206,7 +206,7 @@ class Welcome_Controller extends Template_Controller {
}
if ($photo_count > 0) {
- log::success("content", "(scaffold) Added $photo_count photos"
+ log::success("content", "(scaffold) Added $photo_count photos",
html::anchor("albums/$parent_id", "View album"));
}