diff options
author | Evan Prodromou <evan@status.net> | 2010-01-27 10:45:44 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-27 16:34:18 -0500 |
commit | 760be76fc000c546ac38e96fa1cc5f822b7e6993 (patch) | |
tree | 32407a1d5d83ee629782a0f0504355ef2917ae89 /lib/uapplugin.php | |
parent | ea123800e991352d862c05a2f81e82ef53e72eeb (diff) |
camelcase the uap param names
Diffstat (limited to 'lib/uapplugin.php')
-rw-r--r-- | lib/uapplugin.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/uapplugin.php b/lib/uapplugin.php index e3801f08a..ef35bafbf 100644 --- a/lib/uapplugin.php +++ b/lib/uapplugin.php @@ -54,10 +54,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { abstract class UAPPlugin extends Plugin { - public $MediumRectangle = null; - public $Rectangle = null; - public $Leaderboard = null; - public $WideSkyscraper = null; + public $mediumRectangle = null; + public $rectangle = null; + public $leaderboard = null; + public $wideSkyscraper = null; /** * Output our dedicated stylesheet |