Keyword

Error in duplicate alias

  • Alexis
  • Alexis's Avatar Topic Author
  • Offline
  • New Member
More
9 years 6 months ago #142048 by Alexis
Error in duplicate alias was created by Alexis
k2 v2.6.9 for j25 --- Wrong count of duplicate aliases
administrator\components\com_k2\tables\k2item.php
--- Wrong ( 0 not 1... and lost bracket in 181)
179 if ($result > 1)
181 $this->alias .= '-'.(int)$result + 1;
--- Correct
179 if ($result > 0)
181 $this->alias .= '-'.((int)$result + 1);

administrator\components\com_k2\tables\k2category.php
--- The same thing on rows 193, 195

You are wellcome... :)

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #142083 by Lefteris
Replied by Lefteris on topic Error in duplicate alias

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum