camelcase the uap param names

This commit is contained in:
Evan Prodromou 2010-01-27 10:45:44 -05:00
parent ea123800e9
commit 760be76fc0

View File

@ -54,10 +54,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
abstract class UAPPlugin extends Plugin abstract class UAPPlugin extends Plugin
{ {
public $MediumRectangle = null; public $mediumRectangle = null;
public $Rectangle = null; public $rectangle = null;
public $Leaderboard = null; public $leaderboard = null;
public $WideSkyscraper = null; public $wideSkyscraper = null;
/** /**
* Output our dedicated stylesheet * Output our dedicated stylesheet