diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-11-12 08:30:55 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-11-12 08:30:55 +0000 |
commit | 7423c755c04d55dda274baf24c38ef76815cc92b (patch) | |
tree | 2d4cf31c65adf892aa98c4980c4b8a565e923b24 /core/controllers | |
parent | 31bea40e2ec72dd3924ed9f68459db35f1e0f17f (diff) |
aliasing owner to user
Diffstat (limited to 'core/controllers')
-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 b9c3ac8e..4bc709b3 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -151,7 +151,7 @@ class Welcome_Controller extends Template_Controller { $parent = $parents[array_rand($parents)]; if (!rand(0, 10)) { $parents[] = album::create( - $parent->id, "rnd_" . rand(), "Rnd $i", "rnd $i", "random album $i", $user_id) + $parent->id, "rnd_" . rand(), "Rnd $i", "random album $i", $user_id) ->set_thumbnail(DOCROOT . "core/tests/test.jpg", 200, 150) ->save(); } else { |