Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:gallery/gallery3-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Apr 1, 2010
2 parents 7891bdf + f5d2c06 commit 811cb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/example.php
Expand Up @@ -37,9 +37,9 @@

$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>");
Expand Down
Binary file added client/gallery.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 811cb34

Please sign in to comment.