mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Add a thumbnail to the root directory, in case it gets displayed in a tag dynamic album
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user