MathHubInfo / Legacy-planetary

Legacy: Planetary System is a math-enabled Web 3.0 information portal.
http://trac.mathweb.org/planetary/
79 stars 25 forks source link

question-answerer's name shows up instead of question-asker in recent activity #412

Closed holtzermann17 closed 11 years ago

holtzermann17 commented 11 years ago

For instance: "new question: Code by unlord"

(Originally asked by someone else, but I answered it.)

Shouldn't be hard to fix.

holtzermann17 commented 11 years ago

Fixed by changing

    INNER JOIN users u ON u.uid = nr.uid

to

    INNER JOIN users u ON u.uid = n.uid

in planetmath_blocks.module.