Index: trunk/extensions/PdfBook/PdfBook.php |
— | — | @@ -119,7 +119,8 @@ |
120 | 120 | $book = $title->getText(); |
121 | 121 | $html = ''; |
122 | 122 | $wgArticlePath = $wgServer.$wgArticlePath; |
123 | | - $w$wgPdfBookTab = false; gScriptPath = $wgServer.$wgScriptPath; |
| 123 | + $wgPdfBookTab = false; |
| 124 | + $wgScriptPath = $wgServer.$wgScriptPath; |
124 | 125 | $wgUploadPath = $wgServer.$wgUploadPath; |
125 | 126 | $wgScript = $wgServer.$wgScript; |
126 | 127 | foreach( $articles as $title ) { |