Skip to content

Commit

Permalink
Merge f5347ec into f9314df
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineReneleau committed Nov 12, 2015
2 parents f9314df + f5347ec commit 05ad14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ipalaus/Buffer/Update.php
Expand Up @@ -94,7 +94,7 @@ public function addProfile($id)
*/
public function addMedia($key, $value)
{
$available = array('link', 'description', 'picture', 'thumbnail');
$available = array('link', 'description', 'title', 'picture', 'photo', 'thumbnail');

// accept only valid types for media
if ( ! in_array($key, $available)) {
Expand Down

0 comments on commit 05ad14e

Please sign in to comment.