Add a thumbnail to the root directory, in case it gets displayed in a tag dynamic album

This commit is contained in:
Tim Almdal
2008-11-26 18:49:20 +00:00
parent b3be74166c
commit 25b0dff45c

View File

@@ -76,7 +76,8 @@ class core_installer {
$root->right = 2;
$root->parent_id = 0;
$root->level = 1;
$root->save();
$root->set_thumbnail(DOCROOT . "core/tests/test.jpg", 200, 150)
->save();
}
}