link to the doc by default

This commit is contained in:
Shish 2009-01-15 21:43:09 -08:00
parent ab64f4721f
commit 93ef3abbee

View File

@ -17,6 +17,7 @@ class ExtensionInfo { // {{{
$this->ext_name = $matches[1];
$this->name = $this->ext_name;
$this->enabled = $this->is_enabled($this->ext_name);
$this->link = make_link("ext_doc/{$this->ext_name}");
for($i=0; $i<count($lines); $i++) {
$line = $lines[$i];