Fix pingback XML, thanks to Slim
This commit is contained in:
parent
a74f2659ee
commit
60acb3bac6
@ -3,6 +3,8 @@
|
|||||||
Version 1.2 ()
|
Version 1.2 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Fix invalid pingback XML code, by Slim
|
||||||
|
|
||||||
* (beta2) Fix when saving personal configuration the userlevel and
|
* (beta2) Fix when saving personal configuration the userlevel and
|
||||||
"no_create" flags where not properly saved, thanks to PHPaws!
|
"no_create" flags where not properly saved, thanks to PHPaws!
|
||||||
(garvinhicking)
|
(garvinhicking)
|
||||||
|
@ -62,6 +62,7 @@ global $serendipity;
|
|||||||
<name>sourceURI</name>
|
<name>sourceURI</name>
|
||||||
<value><string>{$serendipity['baseURL']}</string></value>
|
<value><string>{$serendipity['baseURL']}</string></value>
|
||||||
</param>
|
</param>
|
||||||
|
<param>
|
||||||
<name>targetURI</name>
|
<name>targetURI</name>
|
||||||
<value><string>$loc</string></value>
|
<value><string>$loc</string></value>
|
||||||
</param>
|
</param>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user