typo
Peter Molnar hello@petermolnar.eu
Thu, 10 Dec 2015 11:43:01 +0000
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
blogroll2email.php
→
blogroll2email.php
@@ -27,6 +27,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +if (!class_exists('blogroll2email')): + class blogroll2email { // 30 mins is reasonable const revisit_time = 1800;@@ -488,3 +490,5 @@
} $blogroll2email = new blogroll2email(); + +endif;