article content sorting

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
Spirou
Posts: 22
Joined: Fri 2. Jan 2004, 17:07
Location: Finland

article content sorting

Post by Spirou »

Hello!

I found a small error on line 171 in article.editcontent.inc.php:

$content["sorting"] = $row["acontnet_sorting"];

it should read

$content["sorting"] = $row["acontent_sorting"];

I haven't had any problems so far so it's probably nothing serious.
User avatar
Oliver Georgi
Site Admin
Posts: 9940
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

Thank you. I have changed that
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Locked