diff options
Diffstat (limited to 'core')
-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")); } |