MDL-32171: add 'Manage' link to Picasa repository

This commit is contained in:
Marina Glancy
2012-03-30 08:33:28 +08:00
parent a280078197
commit a45e65206a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -376,6 +376,7 @@ class google_picasa {
const ALBUM_PHOTO_LIST = 'https://picasaweb.google.com/data/feed/api/user/default/albumid/';
const PHOTO_SEARCH_URL = 'https://picasaweb.google.com/data/feed/api/user/default?kind=photo&q=';
const LIST_ALBUMS_URL = 'https://picasaweb.google.com/data/feed/api/user/default';
const MANAGE_URL = 'http://picasaweb.google.com/';
private $google_curl = null;