Extension, Fieldtype, Module

Archived
Forum
(read-only)


For official support, visit the official support site »

Entry Analytics

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From mithra62

     

Incorrect Parameter for trailing_slash in mod.entry_analytics.php

Bug (Resolved)

John Henry Donovan
John Henry Donovan

entry_analytics/mod.entry_analytics.php

LINE 121

$this->trailing_slash $this->EE->TMPL->fetch_param('order_by''yes'); 

should be

$this->trailing_slash $this->EE->TMPL->fetch_param('trailing_slash''yes'); 
Christopher Imrie & mithra62
# 1
Christopher Imrie & mithra62

Oops.

We’ll get it fixed for the next update.

I’ll go whip the elves responsible.

-C