Browse Source

small typo

pull/110/head
Kanti 11 years ago
parent
commit
45fe7e1e05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/functions.php

+ 1
- 1
system/includes/functions.php View File

@ -1493,7 +1493,7 @@ function generate_opml()
)
);
$opml = new OPML($opml_data);
$opml = new opml($opml_data);
echo $opml->render();
}


Loading…
Cancel
Save