Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-12 06:20:02 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-12 06:20:02 +0300
commit007c5ec92c454324b21be36529eb8c26b52063e6 (patch)
treeb9b7445d97e69c40dd77bf6c33c699376b354840 /plugins/Installation/FormFirstWebsiteSetup.php
parentb133021b751334f5345c7f349811a6de74d27bd1 (diff)
- fixed bugs here and there after all these modifications, some side effects on the installation process + tracking module piwik.php
Diffstat (limited to 'plugins/Installation/FormFirstWebsiteSetup.php')
-rw-r--r--plugins/Installation/FormFirstWebsiteSetup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/FormFirstWebsiteSetup.php b/plugins/Installation/FormFirstWebsiteSetup.php
index 861a38bec5..4460b58a15 100644
--- a/plugins/Installation/FormFirstWebsiteSetup.php
+++ b/plugins/Installation/FormFirstWebsiteSetup.php
@@ -10,7 +10,7 @@ class Piwik_Installation_FormFirstWebsiteSetup extends Piwik_Form
$javascriptOnClickUrlExample = "\"javascript:if(this.value=='$urlExample'){this.value='http://';} this.style.color='black';\"";
$formElements = array(
- array('text', 'name', 'website name'),
+ array('text', 'siteName', 'website name'),
array('text', 'url', 'website URL', "style='color:rgb(153, 153, 153);' value=$urlExample onfocus=".$javascriptOnClickUrlExample." onclick=".$javascriptOnClickUrlExample),
);
$this->addElements( $formElements );