1
0

Merge branch 'master' of git@github.com:gallery/gallery3-contrib

This commit is contained in:
Tim Almdal 2010-04-01 07:42:51 -07:00
commit 811cb342fc
2 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ alert("New title: <b>{$album->data->entity->title}</b>");
$photo = Gallery3::factory()
->set("type", "photo")
->set("name", "Sample Photo.jpg")
->set("name", "Sample Photo.png")
->set("title", "Sample Photo")
->set_file("/tmp/foo.jpg")
->set_file("gallery.png")
->create($album->url, $auth);
alert("Uploaded photo: <b>{$photo->url}</b>");
alert("Album members: <b>" . join(", ", $album->data->members) . "</b>");

BIN
client/gallery.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB