summaryrefslogtreecommitdiff
path: root/scripts/ext_skel_ng/php_constant.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ext_skel_ng/php_constant.php')
-rw-r--r--scripts/ext_skel_ng/php_constant.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ext_skel_ng/php_constant.php b/scripts/ext_skel_ng/php_constant.php
index fd1ac36352..c1db564b73 100644
--- a/scripts/ext_skel_ng/php_constant.php
+++ b/scripts/ext_skel_ng/php_constant.php
@@ -25,7 +25,7 @@
return trim("
<row>
<entry>
- <constant id='constant".strtolower(str_replace("_","-",$this->name))."'>$name</constant>
+ <constant id='constant".strtolower(str_replace("_","-",$this->name))."'>{$this->name}</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>{$this->value}</entry>
@@ -35,4 +35,4 @@
}
}
-?> \ No newline at end of file
+?>