diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 03:56:12 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 03:56:12 +0000 |
commit | 6b45be9632b6b2d6f5c3dfbdcfc962b74f23fc74 (patch) | |
tree | 92f6c3c5fab6b8135a126bf9aadb580efb116043 | |
parent | 314d55d858a1a19ac6c307d4be9d2ac502322723 (diff) |
Fix a typo.
-rw-r--r-- | core/controllers/welcome.php | 2 |
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")); } |