compat minors

This commit is contained in:
Ian 2013-12-10 15:23:32 +01:00
parent cb977a935c
commit fac87e9bd2
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ class serendipity_event_dpsyntaxhighlighter extends serendipity_event {
//
}
function uninstall() {
function uninstall(&$propbag) {
//
}
/****************************************************/

View file

@ -1,7 +1,7 @@
<?php
class OEmbedTemplater {
/* get the right template (s9y template path, then plugin path) and expand it */
/* get the right template (s9y template path, then plugin path) and expand it */
static function fetchTemplate($filename, $oembed, $url) {
global $serendipity;