Remove these advertisements by upgrading your account for only $5/month
View this file contents
View the full history
| 2 | 4 | <- Revisions | |
|
Diff lines for: Rev 2 : Lines 61 -> 74 Rev 4 : Lines 61 -> 68 |
|||
| 61 | 61 | ||
| 62 | 62 | public function post() | |
| 63 | 63 | { | |
| 64 | - | switch($this -> service) | |
| 65 | - | { | |
| 66 | - | case 'Blip': $this -> postBlip(); | |
| 67 | - | break; | |
| 68 | - | ||
| 69 | - | case 'Twitter': $this -> postTwitter(); | |
| 70 | - | break; | |
| 71 | - | } | |
| 64 | + | $this -> service = 'post'.$this -> service; | |
| 65 | + | $this -> service(); | |
| 72 | 66 | } | |
| 73 | 67 | ||
| 74 | 68 | /** | |
Remove these advertisements by upgrading your account for only $5/month