diff options
Diffstat (limited to 'paste/include/storage/StorageEngine.php')
-rw-r--r-- | paste/include/storage/StorageEngine.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/include/storage/StorageEngine.php b/paste/include/storage/StorageEngine.php index e1668e5..32eefdd 100644 --- a/paste/include/storage/StorageEngine.php +++ b/paste/include/storage/StorageEngine.php @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. abstract class StorageEngine { - abstract public function setContent($content); + abstract public function setContent($content, $language, $nick, $description); public function generateToken($name) { |