Loading...
 
Skip to main content

Custom Share Module 0.1dev

Development

Development


bug tikilib 1.8.5

posts: 61

hi

i used upgraded to tiki 1.8.5 and found a bug (i think)

in tikilib.php on row 261 there is this line:

$commentslib = new Comments($dbTiki);
but at the beginning of the function there was no:
global $dbTiki;

when i added the line 'global $dbTiki;' the error disapeard.
the error appeard when you clicked the eye and on a form discussion and then tried to add a message.

There are no comments at this time.