summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-27 10:45:44 -0500
committerEvan Prodromou <evan@status.net>2010-01-27 16:34:18 -0500
commit760be76fc000c546ac38e96fa1cc5f822b7e6993 (patch)
tree32407a1d5d83ee629782a0f0504355ef2917ae89
parentea123800e991352d862c05a2f81e82ef53e72eeb (diff)
camelcase the uap param names
-rw-r--r--lib/uapplugin.php8
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