svn: /web/doc-editor/trunk/php/ File.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 03 Jul 2011 20:11:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312863
Log:
Fix #55112
Bug: https://bugs.php.net/55112 (Open) "Diff from VCS" always blank
Changed paths:
U web/doc-editor/trunk/php/File.php
Modified: web/doc-editor/trunk/php/File.php
===================================================================
--- web/doc-editor/trunk/php/File.php 2011-07-03 19:35:14 UTC (rev 312862)
+++ web/doc-editor/trunk/php/File.php 2011-07-03 20:11:39 UTC (rev 312863)
@@ -487,6 +487,8 @@
$this->lang.$this->path,
$this->name, $options['rev1'], $options['rev2']
);
+
+ $return = $this->DiffGenHTMLOutput($output);
} elseif( $type == 'file' || $type == 'patch' ) {