forked from Cavemanon/cavepaintings
link to the doc by default
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user