tslocum / kusaba

This project is discontinued. Use TinyIB: https://gitlab.com/tslocum/TinyIB
0 stars 1 forks source link

no animation oekaki #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. basic setup no changes
2. make a oekaki board default settings
3. draw a picture and post it
4. click view animation

What is the expected output? What do you see instead?
animation, a blank screen

What version of the product are you using? On what operating system?
1.0.1

Please provide any additional information below.

Original issue reported on code.google.com by dragonsf...@gmail.com on 3 Sep 2007 at 5:52

GoogleCodeExporter commented 9 years ago
This was reported yesterday and is fixed in 1.0.2

Find
$board_class->board_dir . ' id=' . $upload_class->file_name

Replace with
$board_class->board_dir . '&id=' . $upload_class->file_name

Original comment by tslocum on 3 Sep 2007 at 6:23