Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mahara mahara
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • mahara
  • maharamahara
  • Repository
Switch branch/tag
  • mahara
  • htdocs
  • blocktype
  • wall
  • deletepost.php
Find file BlameHistoryPermalink
  • Richard Mansfield's avatar
    Fix fatal error on delete wallpost page · c825410f
    Richard Mansfield authored Oct 12, 2011
    
    
    Trying to access blocktype/wall/deletepost.php with a bad wallpost id
    creates a new empty View object, and attempts to commit it to the db
    when the View destructor is called.  This fails with an sql error, and
    then a PHP Fatal error.
    
    Change-Id: I7e462cc4ea6cda0611e432336839d153bbd0a42e
    Signed-off-by: default avatarRichard Mansfield <richard.mansfield@catalyst.net.nz>
    c825410f

Replace deletepost.php

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.