Conflicts:
	include/diaspora.php
This commit is contained in:
redmatrix
2015-07-23 21:07:35 -07:00
6 changed files with 10 additions and 6 deletions

View File

@@ -2009,7 +2009,6 @@ function load_pdl(&$a) {
if((! $s) && (($p = theme_include($n)) != ''))
$s = @file_get_contents($p);
if($s) {
comanche_parser($a, $s);
$a->pdl = $s;