diff --git a/bridges/InstagramBridge.php b/bridges/InstagramBridge.php index 85709474..2c2a7e0c 100644 --- a/bridges/InstagramBridge.php +++ b/bridges/InstagramBridge.php @@ -11,7 +11,10 @@ class InstagramBridge extends BridgeAbstract{ $this->description = "Returns the newest images"; $this->parameters[] = array( - 'u'=>array('name'=>'username') + 'u'=>array( + 'name'=>'username', + 'required'=>true + ) ); }