Elxis CMS Forum
Support => General => Topic started by: xmanhattan on February 19, 2009, 17:02:56
-
Hello all,
I have received the following error while trying to change the positions of my rss feeds.
Fatal error: Call to undefined function osGetParam() in /home/site/public_html/administrator/components/com_newsfeeds/admin.newsfeeds.php on line 299
-
Oooops! an "m" is missing!
Please open administrator/components/com_newsfeeds/admin.newsfeeds.php
go to line 299
Change this:
$catid = intval( osGetParam( $_REQUEST, 'catid', 0 ));
to this:
$catid = intval(mosGetParam( $_REQUEST, 'catid', 0 ));
Thanks for the bug report!
-
I must say that all these mistakes and many of them that I found are based on mistyping in Elxis source code ...
They are not really bugs!
And these misses happen in all projects :)
John does all his works great ... ;)
-
It was the extra glass of ouzo while working so many hours! ::)